runtime.mSpanList.insert (method)

8 uses

	runtime (current package)
		arena.go#L913: 		mheap_.userArena.quarantineList.insert(s)
		mgcsweep.go#L758: 			mheap_.userArena.readyList.insert(s)
		mgcwork.go#L430: 				work.wbufSpans.busy.insert(s)
		mgcwork.go#L443: 			work.wbufSpans.busy.insert(s)
		mheap.go#L1850: func (list *mSpanList) insert(span *mspan) {
		stack.go#L224: 		list.insert(s)
		stack.go#L247: 		stackpool[order].item.span.insert(s)
		stack.go#L552: 			stackLarge.free[log2npage].insert(s)